HyperlinkFrame Class

Represents a drawing shape that should behave as a hyperlink. Enables both frames and drawing shapes to act as hyperlinks.

Definition

Namespace: Independentsoft.Office.Odf.Drawing
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class HyperlinkFrame : ITextContent, 
	IIndexContent, IContentElement, ICellContent, IParagraphContent
Inheritance
Object    HyperlinkFrame
Implements
ICellContent, IContentElement, IIndexContent, IParagraphContent, ITextContent

Constructors

HyperlinkFrame Initializes a new instance of the HyperlinkFrame class.

Properties

Actuate Contains the value onRequest or onLoad for the objects.
Frame Contains the frame.
IsServerSideImageMap Specifies that a link returns data to a server side image map.
Location Contains the target location for the hyperlink.
Name Contains the name for a link. The name can serve as a target for other hyperlinks. The name does not have to be unique.
Show Contains the text style for an unvisited hyperlink.
TargetFrame Contains the name of a target frame.
Title Contains a short accessible description.
Type Contains the type of the hyperlink.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetContentElements Returns all content elements.
GetHashCode
(Inherited from Object)
GetParent Returns the parent element.
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also